Yeah I don't know why people are bugging over this. ARM has a broad line of C1 cores, it makes sense to have one at the bottom that prioritizes size and power over performance, for use cases where you have the same priorities. If Android OEMs choose to use that as their "little core", your beef is with that OEM not with ARM!
Apple has a bunch of tiny cores embedded in its SoCs to perform various duties like running the Secure Element's L4 microkernel, various tasks related to I/O and image/video processing and so forth. There would be no need to increase their size/power/complexity by making them OOO if the extra performance delivered by OOO isn't useful for the task. I don't know if Apple designed their own cores for these or uses ARM designed cores, but if its the latter they might have C1 Nano somewhere in a future SoC. If they do design their own I have no doubt they have at least one, perhaps more than one, that's in-order. The advantage of designing your own would be that you could strip out stuff that a conforming ARM CPU requires that you don't need in a particular core, like NEON or floating point.