It does have a clear advantage if instead of
(+ 1 (foo 20))
(+ (long-computation-answering-the-ultimate-question-of-life-the-universe-and-everything) (foo 20))
It does have a clear advantage if instead of
we were doing (Reminder: we're dicussing Common Lisp here.)