*most* of the time you're going to want to use the same allocator for everything, but occasionally you might e.g. know that there's a reasonably small upper bound on the memory usage of something and use a stack-backed allocator for a few specific functions
This sounds *extremely* niche to us though and I'm not sure when it would actually be beneficial