Sounds like you are using either Merge Replication . This requires a uniqueidentifier column and replication will add the column if needed.
If you need to have updates to records at the subscriber, you don't have a choice. However, if the data is read only at the subscriber, then transactional replication might be a better choice.