Why do you and the author want 'defined ordering'? I don't think I've wanted that in a config language.
I rely on it a tiny bit in PHP. In JS, if order matters, I just use an array, and it's really never been a big deal.
Maps/dicts should be unordered IMO.