What would you consider more important than performance? Maybe:
Actually, for many applications, most of these are obviously more important than performance. Who would prefer a fast banking application but not properly secured?; or a fast, but crude, UI for a web application?; there is little demand for a database engine that performs well but gets corrupted easily.
The interesting thing is that performance can often be traded
for things like the above.
It was the availability of abundant performance that allowed software engineers to "waste" CPU cycles to render nice user-friendly graphical interfaces a few decades ago. It is the same abundant performance that is making the overhead of virtualization software nearly negligible right now.
The bottom line is that for any given application, performance still defines the line between what is feasible and what remains unfeasible from the above list. While it is worth noting that Moore's Law (read "Hardware") has a big influence on the availability of abundant performance, it is still the efficiency of software that manages to push the boundaries of feasibility.