Joiner transformation has specific restrictions: (1) It cannot be used if either input pipeline contains an Update Strategy transformation because Joiner needs stable input and Update Strategy flags rows for database operations which conflicts. (2) A Sequence Generator connected directly before Joiner causes issues because Sequence Generator is active and generates rows, potentially disrupting the sorted input requirement for Joiner. Both statements are true.