Those are numerical integration techniques, not analytical integration techniques. You always use analytic functions if you have them, because they're perfect. You only use Runge-Kutta or Verlet schemes when you have to do numerical integration, which is not perfect.
Since we're not trying to do physical simulation, we may never have to do numerical integration, and may always be able to do perfect integration, which is always strictly superior because it has literally no error besides bit rounding.
- Casey