I like to view my photos with nothing fancier than image viewer (eog), and sort through them with nautilus. Unfortunately when I sort by date, then want to flick through them in image viewer, the order is different than displayed in the folder window (sorted by name).
Developer comments
This idea is not as simple as you might think. When you tell nautilus to open a file with an application, it uses the application's .desktop file (look in /usr/share/applications) to know how to run the application. When the program is launched, it is able to be passed certain arguments. This is how it knows which file(s) to open. However, if you look at
http://standards.freedesktop.org/desktop-entry-spec/latest/ar01s06.html, you will see that there is currently no way to pass the application the sorting style used in the file manager. This is because .desktop files are used on many different types of systems and in many places. For example, .desktop files are also used in the Applications menu, where there is no real sorting.
Unless we were to hard code some settings into nautilus to have it pass certain arguments to eog (which most likely will not happen), I do not think that this idea will be implemented.