I saw somebody write that it doesn’t impact anything apart from visuals, it does. Let’s say you have a bunch of components grouped under scene component and you want to run some code on them in order (which matters), whenever you get children components, the array is in order visible in the editor, so if you want to run code in order, you have to sort the array afterwards or manually make the array, which is O(n) manual work.
5 Likes