Careful -- a 6th order filter is a 6th order filter!
What you wouldn't get, is a standard filter prototype that's optimal for whatever the given constraints are (Butterworth for flatness, Chebyshev for sharpness, etc.).
For example, you could make a composite Chebyshev filter, where the second filter section is made with a higher Q than the first: its poles are spread further apart (in the imaginary direction). When combined with the first section (which is made with less Q), the result is a 5th order Chebyshev filter with an extra real pole.
That extra real pole will give slower settling, and not much improvement to the close-in stopband attenuation, but will nonetheless improve the asymptotic attenuation.
For the op-amp implementation, you have the double bonus that the real pole is passive, so it provides attenuation well into, and beyond, the point where the op-amp gain is poor. That is, an active filter exhibits poor stopband attenuation on account of the op-amp's finite GBW, and further, exhibits feed-forward because its output impedance is nonzero. A real passive pole provides attenuation, whether the op-amps are working at that frequency, or not.
An example application might be: a Bessel or Butterworth prototype, for reasonably flat time or frequency response, requiring just a little bit more asymptotic attenuation than a 5th order filter can do. Let's say the application is an ADC, so the asymptote has to hit an attenuation(frequency) point that ensures aliased signals are in the noise floor.
It would still be pretty odd, to need a 5th or 6th order filter, in a sampling application, but still having F_cutoff well below Fs (by two decades, maybe), where the extra passive pole would be able to shine. (That filter order suggests needing BW ~= Fs/20 or thereabouts, which won't benefit much from the passive pole.)
Tim