I have had occasions to introduce a parameter, but because that parameter depended on an intermediate calculation earlier in the function, the caller can't pass the result of that calculation into the function. Result: changed behavior. I have an example of this, but I haven't yet done a screencast of it. I will, someday.
And yes, your hypothesis about Parameter Objects attracting the newly-extracted Pure Functions matches my experience so far.