feat(profiling): default sort by p99() (#43176)
## Summary
We're changing the profiling transactions table by `-p99()` in an effort
to reduce clicks into profiles that potentially highlight problem areas.
In future our sort should also take in consideration of `count()`
similar to `user misery` since.
See also; https://github.com/getsentry/team-profiling/issues/138