In addition to a macro use, it can be useful to
allow directly referencing a macro:

  (let-syntax ((orig-let let))
    ...)

Similarly, this could be used for the core forms
(lambda, if, begin, define, define-syntax, quote, set!).

-- 
Alex