You can probably go through your audit log to see if there were items created between Dec 4th and Dec 10th to check whether it is behaving as expected.
Wrt sorting, since public ids are incremented for each newly created entity, sorting by creation date is the same as sorting by public Id (at least within a single database).
By the way, is there a particular reason why you would want to sort by public ID?