Another situation that I found using an SQL command advantageous occured when I had two tables to relate on a common field, except that the common field was numeric in one table and text in the other. (Aaargh!)
I couldn't link them in the normal manner, but CR was more tolerant when I used an SQL command to make the join. (I did not even have to convert one field tonum to make the connection.)