When to Apply a Pattern

You're writing a small utility script (~200 lines) that reads a CSV, transforms some fields, and writes the output. A colleague suggests introducing the Strategy pattern for the transformation step. What is the most reasonable response?