Response Order on Inserting Leads

Response Order on Inserting Leads

It seems like the ID in the response is ordered based on the ID number as opposed to the order of insertion. Is there any way to match it up with the order we inserted? For example if we insert (Lead1, Lead2, Lead3, Lead4) the order of the resulting response doesn't match and we get something like (id for Lead2, id for Lead3, id for Lead1, id for Lead4).

It doesn't appear to be alpha ordered on name or email either.

Any advice on how to order my inserts so that i can match up the id from the response?

Just to be clear I'm inserting multiple leads per request.