The question is, does it cause a problem? And if so, what problem.
TCustomSomething is usually the implementation of Something, and TSomething only publishes the relevant properties => that is so you can have a T[Custum]SpecialSomething, which does not publish all the properties that TSomething published.
But in the TWS.... classes, there is no such thing as publishing properties. (there is published, but not sure why... where it is used / there should be no need to un-publish).
So as pointed out, the TWS... classes usually do not need that distinction.
It seems that for many classes they have been added. If really matters to you why, then use git blame to see when (and maybe if mentioned in commit message: why) they were added. Or maybe they were added in the beginning, and eventually it was realized that there was no need.
That said, the way WS classes work has at times been misunderstood, and there could be commits that are tainted by that.
In any case, I would classify it as: If it ain't broke, ...