The *_RECENT_CONSENSUS_CHANGE variants in the validation result enumerations were always unused. They seem to have been kept around speculatively for a soft fork after segwit, however they were never used for taproot either. This points at them not having a clear purpose. Based on the original pull requests’ comments their usage was never entirely clear: #11639 (comment) #15141 (review)
Since they are part of the validation interface and need to be exposed by the kernel library keeping them around may also be confusing to future users of the library.