I have javascript manipulating the results of a mongoDB find() and, while I could, of course, edit this so it were not the case, the script currently depends on the String input from the find() being in a specific order.
That and it just seems like this should be an easy thing to do.