CP just teaches some familiarity with DSA/algorithms, and there's much more to perf than DSA. Even assessing algorithmic performance requires real benchmarks and profiling, while the complexity analysis people do in CP disregards other factors like hardware, architecture, format, and other abstractions. Squeezing perf via DSA is much more easier/straightforward, people don't need to grind CP to learn that