The Mendix retrieve action retrieves data with default sorting order, which is ID.
You can also notice the same in your debug window, except I see one latest ID in the first item.
It is better to check if you have order it with some custom sorting in your retrieval.
Or force the ordering yourself.
NOTE: I have also noticed sometimes this happens, but I had my own explanations for those incidents in my case.