I often find it handy to apply field methods to arbitrary values. Using new Field($parent, 'key', $value) often feels a bit clunky, having a simple
field($value)helper that takes any value and wraps it in a
Field` object if not already a field would be pretty handy, especially when passing values to snippets.