I completely understand the differences between the two in terms of form handling, user discretion and privacy of data, but in what situation would anyone rather use GET ove
If i need that user can save a bookmark of next step/page (for whatever reason) i would use GET other than that probably POST.
Both are unsafe and you must escape both.