The Unix shell, especially modern variants like ksh and bash that include process substitution with things like <() and >().
The large library of utilities and the uniform way of assembling them using pipes makes it the closest thing to the Lego Brick model of assembling pre-written components that I have ever seen.
With tools like cut/paste/wc/sed/awk/grep/comm/sort/look/join/etc. for processing text, tools like find and xargs and "for loops" for processing files, and tools like bc, dc, and expr for processing numbers, it is the most flexible, responsive, and subservient environment in which I have ever had the pleasure of working.
I place a very special value on subservience in computers. I believe that the purpose of the computer is to serve the human, and one of the best things about Unix is that it follows your instructions, no matter how stupid or how clever they are. It doesn't try to out-think you or stop you if what you are doing is dangerous. It just does what it's told.