When using `git am` to apply patches, encountering merge conflicts can be confusing as the output doesn't indicate conflicts clearly. To address this, using the `git am --reject` command provides a more explicit experience for handling conflicts similar to other Git commands.