Other dialects of Lisp implement < and cousin functions with var args. eg (< 1 x 10) would determine whether x is between 1 and 10. (apply '<= some-list) would determine whether some-list is sorted. This would be a nice enhancement to these core Elisp functions.