It’s probably because those benchmarks include JIT compilation. Do the LISP benchmarks include the cost and memory use of compilation, or does that happen in a separate step first?
Well-written Julia code can be very memory efficient, but the JIT compilation step has a significant memory footprint.