From XEP-0136 7.1:
The server MUST list the collections (empty <chat/> elements including all attributes) in chronological order when responding to any request.
In sources (JdbcPersistenceManager.java):
findConversations function returns conversations.values(), where conversations is the HashMap. This class makes no guarantees as to the order of the map.