I'm using ArcGIS Pro 3.2.1
I have a feature service feature class with 13 polygons and another feature service feature class with 73,061 lines.
When using pairwise clip, not all of the lines are clipped to the polygons. It seemingly clips random lines.

The example above shows when all 13 polygons are active and the line file is clipped to the polygon. The red lines are what is clipped and the green lines are not.
Below is when only 1 of the polygons is selected and pairwise clip is used.

When only one of the polygons is selected, pairwise clip works as expected.
When using the regular clip tool, this issue doesn't occur. All 13 polygons can be selected and the lines will be clipped as expected. Is this a limitation of the pairwise clip tool? Is this some sort of overflow error or Langton's Ant situation? When should Pairwise Clip be used vs Clip?