I have experienced and seen many Geo query errors in MongoDB due to misplace latitude and longitude. MongoDB specifies the format to be Longitude first contrary to normal usage of Latitude first. However I can't find any resaon or explanation on why?
So, my question is:
Is there any practical implications or benefits using longitude first?