Assembly is not inherently faster than C++ or any other (compiled) programming language.
Rather, the point is that handwritten assembly can be better than the one produced by the C++ compiler if you're better at writing it than the compiler.
Most of us aren't better at it, and 99% of the time the optimization isn't worth the development time.